gtk-demo: Add another demo
authorMatthias Clasen <mclasen@redhat.com>
Wed, 16 Sep 2020 02:17:34 +0000 (22:17 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 16 Sep 2020 02:40:13 +0000 (22:40 -0400)
commitd71337513f467e6e67d33fb946fdc451c8ca42f1
tree8a1ca81b81dba5a4679fd9fcb4f4f6b3100d7977
parent2741431d6eeaa1a55700d17c91036321c4488d64
gtk-demo: Add another demo

Show how to add a context menu to a custom widget,
and how to make a GtkPicture lookalike.
demos/gtk-demo/demo.gresource.xml
demos/gtk-demo/demo3widget.c [new file with mode: 0644]
demos/gtk-demo/demo3widget.h [new file with mode: 0644]
demos/gtk-demo/demo3widget.ui [new file with mode: 0644]
demos/gtk-demo/menu.c [new file with mode: 0644]
demos/gtk-demo/meson.build